home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_225.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  453 b   |  12 lines

  1. COUNT2
  2. Reads the value in searchvalue, searches the remaining arguments for occurrences of that value, and displays the count in the cell or field specified.
  3.  
  4. Format: COUNT2 (searchvalue, value1,...)
  5.  
  6. Arguments:
  7. ΓÇó  searchvalue: A number, cell reference, or range.
  8. ΓÇó  value: A number, cell reference, or range.
  9.  
  10. Example:
  11. COUNT2 (10, 20, 10, 34, 10) returns 2.
  12. Shows that the value of the first argument, 10, occurs twice in the arguments that follow.